home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 301-325 / apd323 / read me! < prev    next >
Text File  |  1990-03-26  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                 W E L C O M E  T O  C O L O U R S C R O L L 
  8.                                       
  9. Hi! I`m Andrew Elia, and this is my first  demo in AMOS (apart from the crap
  10. that I threw together when I first rolled  my fingers over the keyboard!) By
  11. the way: Silver Bytes is also me, I  use  this name as a name for demos like
  12. the other greats like Red Sector and the others, except that they program in
  13. assembly language (unless they`ve got their  hands on the compiler!) Anyway,
  14. this scroller was put together in two days, excluding the titles. The titles
  15. I programmed a few months ago for a  project  for Eastern Electricity called
  16. "Wattville `90". This had  the  same  groovy  music  and  it  included a HAM
  17. picture of Frank (EE`s promotional answer for Frankenstein!) and speech! Not
  18. only that we scooped first prize at the Talk Electric Centre, in Ipswitch (a
  19. looooong way away!) which was a  27  inch  telly  with Nicam Digital Stereo,
  20. Fast Text and a video. All of which has  ended up in the Headmasters` study.
  21. No rubbish, guys, this is true! AMOS has lead the way to fame, we even had a
  22. photo in "Switch"  magazine!.  Anyway,  enough  of  that, here`s some techie
  23.                                    info:
  24.                                       
  25. Colourscroll is compatible with half meggers, except you lose the tunes. You
  26. can load Cola.ABK  and  Ramage.ABK  into  AMOS  anyway,  or even Music Mania
  27.                                (plug, plug!).
  28.                                       
  29. The program was written with five AMAL strings, four for the copper, and one
  30. for the bouncy scrolly, which is  actually  sits  in a screen only 18 pixels
  31.                                    high.
  32.                                       
  33. The SHIFT UP command was used to make the  colours swirl, and all of my font
  34.                             is in a sprite bank.
  35.                                       
  36.                                  Disclaimer
  37.                                  ----------
  38.                                       
  39. You are very welcome to use my  scroller  for  your own purposes, provided I
  40. get credited for it (or a small donation wouldn`t go amiss!) I have left the
  41. programming as open minded as possible,  so everything is in two procedures.
  42. (Sorry, they`re locked!). The good thing  is that you can quite happily call
  43. the procedure and put your own text  in  to  see how the scrolly works. Have
  44.                                     fun!
  45.                                       
  46.         Should you want to use the program the syntax is as follows:
  47.                                       
  48. Make a call to the CSSETUP procedure once to set up the nessessary screens.
  49.                                       
  50.           You are now free to call CSCROLL. Here`s the template :
  51.                                       
  52.                              CSCROLL[A$,SPLEN]
  53.                                       
  54. Where A$ is the scrolltext, as large  as  you want it, allowing for the size
  55. of the variable buffer. SPLEN is the  length  of  spaces after the scroller,
  56.                          before it repeats itself.
  57.                                       
  58. Should you want any completely  awesome  software  from RAMAGE SOFTWARE then
  59. you can send me  a  stamped,  self-addressed  envelope  for  details  of the
  60.                             following software:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                       
  74.                            SPLITZ image processor
  75.                        CODER file encryption program
  76.                  MUSIC MANIA programmable music file player
  77.                   BGS-BUSTER track and kill the BGS virus
  78.                PICCON convert bobs and sprites into IFF files
  79.               MUSIC MANIA V2.0+ latest version, more features!
  80.                  SPLITZ V2.0* mixing procedure now included
  81.                    3 DISCS of .ABK music files, all new!
  82.         BOOTUTILS files to execute bootblocks, rippers, installers!
  83.                                       
  84.                              * in the pipeline
  85.                              + near completion
  86.                                       
  87.                            You can reach me at :
  88.                                       
  89.                            178 Carterhatch Road,
  90.                                   Enfield,
  91.                                  Middlesex,
  92.                                   ENGLAND
  93.                                   EN3 5LY
  94.                                       
  95.                                   See ya!
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.